Click or drag to resize

ServiceRequestExceptionBackOffMilliseconds Property

Gets suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested back-off time.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public long BackOffMilliseconds { get; }

Property Value

Type: Int64
The number of milliseconds to wait.
See Also